home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xmris / bitmaps / normal / normsqm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  283 b   |  7 lines

  1. #define normsqm_width 32
  2. #define normsqm_height 8
  3. static char normsqm_bits[] = {
  4.    0xf8, 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff,
  5.    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
  6.    0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0x7f};
  7.